home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASP Advantage 1994 2nd Q2
/
The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin
/
files
/
writions
/
creat32b
/
reader.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-08-12
|
231 b
|
16 lines
:start
echo off
if .%1==. goto done
cls
%1
cls
echo To read the next chapter, press ENTER.
echo To stop reading, press CTRL C, and then
echo answer Y at the prompt.
pause
shift
goto start
:done
cls
echo That's all!